projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e45518f
)
stack: Fix some documentation mishaps
author
Timm Bäder
<mail@baedert.org>
Mon, 15 Jun 2020 08:30:40 +0000
(10:30 +0200)
committer
Timm Bäder
<mail@baedert.org>
Fri, 19 Jun 2020 03:26:25 +0000
(
05:26
+0200)
gtk/gtkstack.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstack.c
b/gtk/gtkstack.c
index a46e897ca0b80638eee9ad408e0d62aa45db8bb1..348ada48c54dd54f01d08a6e488b11414af01015 100644
(file)
--- a/
gtk/gtkstack.c
+++ b/
gtk/gtkstack.c
@@
-2477,9
+2477,9
@@
gtk_stack_init (GtkStack *stack)
* @stack: a #GtkStack
*
* Returns a #GListModel that contains the pages of the stack,
- * and can be used to keep an
d
up-to-date view. The model also
+ * and can be used to keep an up-to-date view. The model also
* implements #GtkSelectionModel and can be used to track and
- * modify the visible page.
.
+ * modify the visible page.
*
* Returns: (transfer full): a #GtkSelectionModel for the stack's children
*/